home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / fish / 701-725 / 705 / mfr / goodies / unarp13.lha / UnArp.doc < prev   
Text File  |  1992-05-27  |  3KB  |  78 lines

  1. --------------------------------------------------------------------------
  2.                           UnArp v1.3 (27-May-92)
  3. --------------------------------------------------------------------------
  4.  
  5. UnArp  tries to make arp.library (v39.1) more compatible to Kickstart 2.0.
  6. Many  ARP-Calls are replaced by calls to dos.library, the FileRequester is
  7. replaced  by an ASL-Requester, so that tools like "ArpToAsl" are no longer
  8. needed!
  9.  
  10. Simply call it in your Startup-Sequence or User-Startup.
  11.  
  12. --------------------------------------------------------------------------
  13. ARP-Call        Offset  Replacement
  14. --------------------------------------------------------------------------
  15. _LVOExpunge     -18     disabled, to prevent arp.library from being removed
  16.  
  17. _LVOOpen        -30     \
  18. ...                      \
  19. ...                       >--- directly redirected to dos.library calls
  20. ...                      /
  21. _LVOExecute     -222    /
  22.  
  23. _LVOPuts        -240    _LVOPutStr
  24. _LVOReadLine    -246    _LVOInput and _LVOFGets
  25. _LVOGetEnv      -282    _LVOGetVar
  26. _LVOSetEnv      -288    _LVOSetVar
  27. _LVOFileReq     -294    redirected to asl.library
  28. _LVOAssign      -336    _LVOLock and _LVOAssignLock
  29. _LVOFindCLI     -420    _LVOFindCliProc or _LVOMaxCli
  30. _LVODateStr     -564    _LVODateToStr
  31. _LVOStrDate     -570    _LVOStrToDate
  32.  
  33. _LVOLMult       -600    \
  34. _LVOLDiv        -606     >--- directly use 68020/30/40 if present 
  35. _LVOLMod        -612    /
  36.  
  37. _LVOTackOn      -624    _LVOAddPart
  38. _LVOBaseName    -630    _LVOFilePart
  39.  
  40. --------------------------------------------------------------------------
  41.  
  42. Planned enhancements:
  43.  
  44.         - Pattern-Parsing via pattern.library
  45.         - new routines for ARP-Resource-Tracking mechanisms
  46.         - replacing ARP by a full-blown new library
  47.  
  48. --------------------------------------------------------------------------
  49.  
  50.                 UnArp v1.0 is placed in the Public-Domain!
  51.  
  52.  
  53.                  Send bug-reports and/or suggestions to:
  54.  
  55.                               Martin Berndt
  56.                            Fr.-Alfred-Str. 115
  57.                              4100 Duisburg 14
  58.                                  Germany
  59.  
  60. --------------------------------------------------------------------------
  61.  
  62. History:
  63.  
  64.         v1.0 - initial release
  65.  
  66.         v1.1 - _LVOPuts didn't append a newline to the string
  67.  
  68.     v1.2 - Removed a bug in the FileRequester
  69.  
  70.         v1.3 - Removed an incompatibility in _LVOBaseName
  71.                (ARP's "CMP" command didn't work as expected)
  72.  
  73.    *** Special thanks to CARNIVORE for reporting these little bugs! ***
  74.  
  75. --------------------------------------------------------------------------
  76.  
  77. (End of this wonderful document)
  78.